Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
the path.
+Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
+ the path.
+
2004-08-08 Hans Breuer <hans@breuer.org>
* gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
+Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
+ the path.
+
2004-08-08 Hans Breuer <hans@breuer.org>
* gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
+Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
+ the path.
+
2004-08-08 Hans Breuer <hans@breuer.org>
* gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
+Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
+ the path.
+
2004-08-08 Hans Breuer <hans@breuer.org>
* gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
path = NULL;
gtk_combo_box_set_active_internal (combo_box, path);
+
+ gtk_tree_path_free (path);
}
static void